projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e829d9c
)
gtk: add "Since: 3.2" to gtk_widget_path_to_string()
author
Michael Natterer
<mitch@gimp.org>
Sun, 27 Mar 2011 13:43:31 +0000
(15:43 +0200)
committer
Michael Natterer
<mitch@gimp.org>
Sun, 27 Mar 2011 13:43:31 +0000
(15:43 +0200)
gtk/gtkwidgetpath.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwidgetpath.c
b/gtk/gtkwidgetpath.c
index b59229a3abf37060238db0382337aec91f8d14b8..384cd5f82b9bc2c41dccbc77e300bc43b7ad60fb 100644
(file)
--- a/
gtk/gtkwidgetpath.c
+++ b/
gtk/gtkwidgetpath.c
@@
-231,11
+231,13
@@
gtk_widget_path_length (const GtkWidgetPath *path)
* Dumps the widget path into a string representation. It tries to match
* the CSS style as closely as possible (Note that there might be paths
* that cannot be represented in CSS).
- *
+ *
* The main use of this code is for debugging purposes, so that you can
* g_print() the path or dump it in a gdb session.
*
* Returns: A new string describing @path.
+ *
+ * Since: 3.2
**/
char *
gtk_widget_path_to_string (const GtkWidgetPath *path)